__________________________________________
Preface
================================

DASH_library.pbo is a SQF-scripting library
with a critical mass of functions to explode OFP
community)
__________________________________________
Conception
================================

Each module has it's own gamelogic with mnemonic icon.

In  modules: one completed function - one line.
Not full-tweaked functions can be multiline.

All functions have no tags like BIS ones.

Test missionettes contains up to 10 functions from 
one module. The get-set functions can be joined
in 1 sample.

Each example can be played by radio command 0-0-N
Each module/function is documented in HTM help.
__________________________________________
Requirements
=================================
CWA 1.99
__________________________________________
Content
=================================

"DASH_library.PBO" - place it to "Addons" folder

"README.TXT" - this txt document.

"Test missions" - folder with  editable missions, mainly on the Desert Island map. 
Place all missions to "User\YourProfileName\User missions"

"HELP.htm" - command reference.

"SQF tools" - folder with small tools for SQF-scripting

__________________________________________
Usage
=================================
Modules can be used in different ways:

1) Place gamelogic on map (Game Logic - DASH Functions - "GameLogicName")

      Full list of gamelogic objects:

      DASH_Arrays
      DASH_Convertion
      DASH_EH
      DASH_Environ
      DASH_Geometry
      DASH_Groups
      DASH_Inventory
      DASH_MachineLearning
      DASH_Markers
      DASH_Math   
      DASH_Random
      DASH_System
      DASH_Text
      DASH_Vehicles
      

2) Load sqf-module in script code.

Call loadfile "Module"

Full list of modules:

{\DASH_library\Arrays.sqf}
{\DASH_library\Convertion.sqf}
{\DASH_library\EH.sqf}
{\DASH_library\Environ.sqf}
{\DASH_library\Geometry.sqf}
{\DASH_library\Groups.sqf}
{\DASH_library\Inventory.sqf}
{\DASH_library\MachineLearning.sqf}
{\DASH_library\Markers.sqf}
{\DASH_library\Math.sqf}
{\DASH_library\Rnd.sqf}
{\DASH_library\System.sqf}
{\DASH_library\Text.sqf}
{\DASH_library\Vehicles.sqf}

____________________________________________________
Programms used:
===================================================

Notepad++ - the most of scripting work
Privatizator - making "private[...];" strings
OneLinerMaker - making "one-liners" from normal functions
Paint.NET, GIMP, texView - gameLogic icons
PboX - self-evident

_____________________________________________________
Disclaimer
=========================================

This is unofficial addon, so I wont take any responsability
for any lost or damage of information, hardware, software, etc.  
caused directly or indirectly by this Addon.
Use this by YOUR OWN risk! 

You can use this modules in your missions, addons and so on.
Just don't say you make it by yourself only)

People, catched on comercial distribution of this library will be shot.
Survivors will be shot again.

____________________________________________________
Contacts
========================================

OFPEC profile: SoldierEPilot

E-MAIL: andrey.melekhoff@mail.ru

__________________________________________________
Respects
========================================
SQF autors: 

Backoff
Baddo
BINMOD team
Bn880
The Chain of Command team
Dschulle
ECP mod team
Faguss
Fox2
General Baron
KtottE
LIBMOD team
Mandoble
Mr. Peanut
Raptorsaurus
SLX mod team
snYpir
SPOONer
Toadlife
Vectorboson

Special thanks:

OFP tutorial writer - Rinza
BIS tutorial translater - DenVdmj
OFPEC Editor's depot section - many good functions/scripts stored where




















 













